home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / gen_bbs / tgnu11.zip / TGNODES.DOC < prev    next >
Text File  |  1996-11-29  |  5KB  |  150 lines

  1.  
  2. ---------------       Telegard NODES.DAT Updater 1.1        -----------------
  3. -------------           (c) 1996 by Francis Julien            ---------------
  4. -----------             For uses with Telegard 3.0              -------------
  5.  
  6.  
  7.  
  8.           ---------------------------------------------------------
  9.           [ - Utilisation Rights                                  ]
  10.           ---------------------------------------------------------
  11.  
  12.  
  13.      Telegard NODES.DAT Updater is FREEWARE.   You are authorised to use
  14.      this program, distribute it, but not modifing is content. 
  15.  
  16.           ---------------------------------------------------------
  17.           [ - General Informations                                ]
  18.           ---------------------------------------------------------
  19.  
  20.  
  21.      I wish thanks Tim Strike for his great BBS Software and for all the
  22.      work that he put in it.
  23.  
  24.      Lars Hellsten with  his RG --> TG convertor that  have permit me to
  25.      make the move easily from Renegade.
  26.  
  27.      All the users of the Telegard BBS Software!
  28.  
  29.      The DOS version was written with Turbo Pascal 6.0 and the OS/2 under 
  30.      Visual Pascal 1.1 (A great compiler!).
  31.  
  32.           ---------------------------------------------------------
  33.           [ - Required Equipment                                  ]
  34.           ---------------------------------------------------------
  35.  
  36.  
  37.      I dont know what are the minimum requirement for this program,  but 
  38.      I think that a 286 with 1  meg of memory is OK.   TGNODES work well 
  39.      on  my computer.   Is a 486 DX4-100,  32 meg RAM running OS/2 Warp.               
  40.  
  41.      
  42.           ---------------------------------------------------------
  43.           [ - How Work TGNODES?                                   ]
  44.           ---------------------------------------------------------
  45.   
  46.      First Rename  the file  TGNODES.OS2 (OS/2 version)  or  TGNODES.DOS 
  47.      (DOS Version) to TGNODES.EXE.
  48.  
  49.      TGNODES is very easy to use.   Here is the parameters  that you can
  50.      uses :
  51.  
  52.      Status ID :
  53.                 0 - Waiting for call
  54.                 1 - Unavailable (offline/down)
  55.                 2 - Event
  56.                 3 - Connected
  57.                 4 - Waiting for reset
  58.  
  59.      Option : (Not mandatory)
  60.               1 - No screen clearing
  61.   
  62.      TGNODES <PATH TO NODES.DAT> <NODE NUMBER> <STATUS ID> <MAX BAUD> <OPTION>
  63.      TGNODES C:\TG\DATA\ 2 0 28800
  64.  
  65.      The  only thing that is not implemented is the ability to Specify a 
  66.      User name,  a Status or a  Location at Status ID #3.   I dont think 
  67.      that this  will serve,  but if I have  request  for this feature, I 
  68.      will add it.
  69.  
  70.      If you wish use this program with a  mailer, no problem!.   Here is 
  71.      what I use before I load the mailer :
  72.  
  73.         TGNODES.EXE C:\TG\DATA 2 0 28800
  74.      
  75.      When the mailer exit (Not to the BBS) :
  76.  
  77.         TGNODES.EXE C:\TG\DATA 2 1 28800
  78.      
  79.      When the mailer exit for a event :
  80.  
  81.         TGNODES.EXE C:\TG\DATA 2 2 28800
  82.  
  83.    Here is my batch file for FrontDoor (not complete).
  84.    
  85.    -------
  86.  
  87.    :START
  88.    C:
  89.    CD\FD
  90.    TGNODES.EXE C:\TG\DATA\ 2 0 28800
  91.    FD _/forcedpmi_/forceint28
  92.    
  93.    IF ERRORLEVEL = 100 GOTO EVENT
  94.    IF ERRORLEVEL = 50 GOTO BBS
  95.    IF ERRORLEVEL = 10 GOTO QUIT
  96.    GOTO START
  97.  
  98.    :EVENT
  99.    TGNODES.EXE C:\TG\DATA\ 2 2 28800
  100.  
  101.    :BBS
  102.    C:
  103.    CD\FD
  104.    DOBBS.BAT
  105.    GOTO START
  106.  
  107.    :QUIT
  108.    C:
  109.    CD\FD
  110.    TGNODES1.EXE C:\TG\DATA\ 2 0 28800
  111.  
  112.    -------
  113.  
  114.           ---------------------------------------------------------
  115.           [ - Know Problems                                       ]
  116.           ---------------------------------------------------------
  117.  
  118.      Q.  Why many spelling errors everywhere in my programs! ;-)
  119.      R.  I speak french (live in Quebec) and I am not great in english. 
  120.  
  121.      Q.  Why  when  my mailer  start  telegard and  telegard  display  a 
  122.          message that is node is already loaded.
  123.      R.  Telegard look at the NODES.DAT if a node is loaded and you have 
  124.          previously uses  the Status Id 0 that make  telegard think that 
  125.          the node is already  loaded.  Make Telegard ignore this and add 
  126.          the command -O (Override) at your batch file.
  127.  
  128.  
  129.           ---------------------------------------------------------
  130.           [ - How to contact me?                                  ]
  131.           ---------------------------------------------------------
  132.  
  133.      If you  find a bug how would like  something added to this program,
  134.      here is  how you can  contact me.  You can also  report my spelling
  135.      error!
  136.      
  137.      You can contact me at :
  138.  
  139.                       The Incredible Machine BBS
  140.                          Sysop: Francis Julien
  141.                        (819)425-8847 --- (28800)
  142.                        (819)425-2283 --- (14400)
  143.  
  144.      Fidonet         1:242/510
  145.      Francomedia     101:153/175
  146.      Psychonet       128:140/40
  147.      Hintnet         200:208/510
  148.  
  149.      ---
  150.